home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / dema / crysis_sp_demo.exe / AllOth~1.cab / shaders.pak / Shaders / FX_OuterSphere.ext < prev    next >
Encoding:
Text File  |  2006-06-20  |  890 b   |  38 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Crytek Engine Source File.
  4. //  Shader extension
  5. //  Copyright (C), Crytek Studios, 2001-2004.
  6. // -------------------------------------------------------------------------
  7. //  File name:   FX_OuterSphere.ext
  8. //  Version:     v1.00
  9. //  Created:     03/04/2006 by Tiago Sousa
  10. //
  11. ////////////////////////////////////////////////////////////////////////////
  12.  
  13. Version (1.00)
  14.  
  15. Property
  16. {
  17.   Name = %INSIDE_GEOMETRY
  18.   Mask = 0x1
  19.   Property    (Inside Geometry)
  20.   Description (Render inside geometry)
  21. }
  22.  
  23. Property
  24. {
  25.   Name = %SUN_POSITION_BFH
  26.   Mask = 0x2
  27.   Property    (Hack sun position)
  28.   Description (Hack the sun position for alien sphere)
  29. }
  30.  
  31. Property
  32. {
  33.   Name = %NO_DEPTH_BFH
  34.   Mask = 0x10
  35.   Property    (No depth write)
  36.   Description (Hack depth for inside alien sphere)
  37. }
  38.